body{
    background-color:#F1F1F1;
    margin:0;
    padding:0;
    color:#333;
}

html {
    /*filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);*/
    /*-webkit-filter: grayscale(100%);*/
}
body,ul,p,h1,h2,h3,h4,h5,h6{
	padding:0;
	margin:0;
    color:#333;
}
nav,#section{
    width:1200px;
    margin:0 auto;
}
a{
    text-decoration:none;
    color:#333;
  	cursor:pointer;
}
li{
    list-style:none;
}
.lf{
    float:left;
}
.rt{
    float:right;
}
.clearfloat{
    clear:both
}
/* 导航栏 */
body{
    width:100%;
    margin-top:75px;
}
header{
    height:58px;
    border-bottom: 1px solid #d4d5d6;
    background-color:#fff;
    position: fixed;
    top:0;
    width:100%;
    z-index: 100;
}

/* 导航栏nav */
header nav{
    height:50px;
    background-color:#fff;
    padding-top:0px;
}
/* 响应式导航条 */
.nav-mobile{
    display:none;
}
.nav-msort{
    display:none;
}
/* logo图片 */
.nav-logo a{
    display:block;
    width:130px;
    height:50px;
    background:url(../img/logo.png) no-repeat;
    background-size:100%;
    margin-top: 10px;
}
/* 分类/链接 */
.nav-sort{
    margin-top:18px;
    width:700px;
    margin-left:20px;
}
.nav-sort li{
    margin-left:50px;
    font-size:18px;
}
.nav-sort li a{
    color:#505050;
    font-weight:500;
}
.nav-sort li a:hover{
    color:#ef4868;
}
.nav-ico{
    margin-right:25px;
}
.nav-ico img{
    position:absolute;
    top:20px;
}
/* 搜索框 */
.nav-search{
    width:130px;
    height:27px;
    margin-top:17px;
    border: 0.5px solid #c5c5c5;
    border-radius:5px;
    margin-left:40px;
}
.search-img img{
    width:15px;
    height:15px;
    margin-top:6px;
    margin-right:5px;
}
.search-input input{
    width:100px;
    height:20px;
    border:none;
    padding-left:5px;
    outline:none;
    margin-left:3px;
    margin-top:2px;
}
/* 登录/注册 */
.nav-login{
    margin-top:17px;
    margin-left:30px;
    padding-bottom:20px;
}
.nav-login li{
    font-size: 14px;
    background-color: #ff4466;
    border-radius: 3px;
    width:45px;
    height:25px;
    text-align:center;
    line-height:25px;
    margin-left:25px;
    cursor: pointer;
}
.nav-login li:last-child{
    background-color:#22b4f6;
}
.nav-login li a{
    color:rgb(255, 255, 255);
}
header>nav>.nav-login>.user {
    background-color: #fff;
    color: #f84067;
    width: auto;
    position: absolute;
}
header>nav>.nav-login>.user>b {
    margin-left: 10px;
    color: rgb(117, 117, 117);
    font-weight: normal;
    font-size: 10px;
    cursor: pointer;
}
/* 侧边部分 */
/* 关于我 */
section .sec-rt{
    width:320px;
    margin-left:25px;
}
.sec-rt .oneself{
    width:320px;
    height:405px;
    background-color:#fff;
    border-radius:5px;
    position:relative;
    margin-bottom:20px;
}
.sec-rt .oneself nav{
    width:320px;
    height:100px;
    background:url(../img/bg-1.png) no-repeat;
    background-size:100%;
    border-radius:4px;
    position:relative;
}
.sec-rt .oneself nav img{
    width:80px;
    height:80px;
    border-radius:50%;
    position:absolute;
    top:60px;
    left:118px;
    opacity:0.77;
    transition: 2s;
}
.sec-rt .oneself nav img:hover{
    transform: rotate(360deg);
}
.sec-rt .oneself h3{
    margin-top:53px;
    text-align:center;
    color:#7b7b7d;
    font-weight: bold;
    font-size: 16px;
}
.sec-rt .oneself h4{
    color:#639cb4;
    font-weight:normal;
    text-align:center;
    font-size: 15px;
    margin-top:15px;
}
.sec-rt .oneself p{
    padding-bottom:15px;
    margin: 10px 30px;
    color: #817d7d;
    line-height: 26px;
    font-size:15px;
    border-bottom:1px solid #d4d5d6;
}
/* 联系 */
.sec-rt .oneself span{
    display:block;
    width:30px;
    height:30px;
    border:1px solid #e0e0e0;
    border-radius:50%;
    margin-left:30px;
    margin-top:8px;
}
.sec-rt .oneself span img{
    width:18px;
    height:18px;
    opacity:0.18;
    margin:5.5px 6px;
}
.sec-rt .oneself .qq-icon{
    margin-left:75px;
}
.sec-rt .oneself .qq-icon:hover .qq-code{
    height:115px;
    border: 1px solid #d4d5d6;
}
.sec-rt .oneself .wechat-icon img{
    width:20px;
    height:20px;
    margin-top:5px;
}
.sec-rt .oneself .wechat-icon:hover .wechat-code{
    height:115px;
    border: 1px solid #d4d5d6;
}
.sec-rt .oneself .email-icon img{
    width:19px;
    height:19px;
    margin-left:5.5px;
}
/* 二维码名片 */
.sec-rt .oneself .qq-code{
   width:100px;
   height:0px;
   position:absolute;
   top:230px;
   left:40px;
   transition: height 0.8s;
   background:url(../img/qq-code.jpg) no-repeat;
   background-size:100%;
}
.sec-rt .oneself .wechat-code{
    width:100px;
    height:0px;
    position:absolute;
    top:230px;
    left:100px;
    transition: height 0.8s;
    background:url(../img/wechat-code.jpg) no-repeat;
    background-size:100%;
 }
 /* 标签 */
 .sec-rt .label{
    width:320px;
    height:200px;
    background-color:#fff;
    border-radius:5px;
    margin-bottom:20px;
 }
 .sec-rt .label h2{
    margin-top: 14px;
    font-size: 18px;
    font-weight: 500;
    color: #606065;
    padding-left: 15px;
    border-bottom: 1px solid #d4d5d6;
    padding-bottom: 10px;
 }
 .sec-rt .label .label-cont{
     width:280px;
     height:120px;
     margin:0 auto;
     margin-top:10px;
 }
 .sec-rt .label .label-cont li{
     float:left;
     margin-top:10px;
     margin-bottom:2px;
     padding:3px 12px;
     background-color: #ff4466;
     border-radius: 6px;
     margin-left:10px;
     margin-right:10px;
 }
 .sec-rt .label .label-cont li:nth-child(2){
    background-color: #3FB8AF;
}
.sec-rt .label .label-cont li:nth-child(3){
    background-color: #EB6841;
}
.sec-rt .label .label-cont li:nth-child(4){
    background-color: #22b4f6;
}
.sec-rt .label .label-cont li:nth-child(5){
    background-color: #FC9D9A;
}
.sec-rt .label .label-cont li:nth-child(6){
    background-color: #EDC951;
}
.sec-rt .label .label-cont li:nth-child(7){
    background-color: #61649f;
}
.sec-rt .label .label-cont li:nth-child(8){
    background-color: #b7ae8f;
}
.sec-rt .label .label-cont li:nth-child(9){
    background-color: #2f90b9;
}
 .sec-rt .label .label-cont li a{
     color: #ffffff;
     font-size: 15px;
 }
 .sec-rt .label .label-cont li:hover{
     transition:0.8s;
     transform: scale(1.15);
 }
 /* 点击排行 */
 .sec-rt .ranking{
    width:320px;
    height:435px;
    background-color:#fff;
    border-radius:5px;
    margin-bottom:20px;
 }
 .sec-rt .ranking h2{
    margin-top: 14px;
    font-size: 18px;
    font-weight: 500;
    color: #606065;
    padding-left: 15px;
    border-bottom: 1px solid #d4d5d6;
    padding-bottom: 10px;
}
 .sec-rt .ranking li{
    margin-top:15px;
    margin-left:15px;
    margin-right:15px;
    position:relative;
}
 .sec-rt .ranking li a{
    font-size: 15px;
    color: #5a5959;
    padding-left:25px;
    padding-top:5px;
    font-weight:600;
}
.sec-rt .ranking li a:hover{
    text-decoration: underline;
}
.sec-rt .ranking li i{
    display:inline-block;
    width:18px;
    height:18px;
    border-radius: 3px;
    font-size: 12px;
    color: #fff;
    font-style:normal;
    text-align:center;
    line-height:18px;
    position:absolute;
    top:2px;
    background-color:#b5b5b5;
}
.sec-rt .ranking li:first-child i,.ranking li:nth-child(2) i,.ranking li:nth-child(3) i{
    background: #FF6600;
}
/* 猜你喜欢 */
.sec-rt .like{
    width:320px;
    height:720px;
    background-color:#fff;
    border-radius:5px;
    margin-bottom:20px;
 }
 .sec-rt .like h2{
    margin-top: 14px;
    font-size: 18px;
    font-weight: 500;
    color: #606065;
    padding-left: 15px;
    border-bottom: 1px solid #d4d5d6;
    padding-bottom: 10px;
}
 .sec-rt .like li{
   width:300px;
   height:130px;
   border-bottom: 1px dashed #d4d5d6;
   margin:0 auto;
}
.sec-rt .like li h3 a{
    color: #5a5959;
}
.sec-rt .like li h3 a:hover{
    color: #e6627e;
}
.sec-rt .like li h3{
    font-size: 15px;
    color: #726f6f;
    padding-left:5px;
    padding-top:11px;
    font-weight:600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.sec-rt .like li img{
    width:90px;
    height:80px;
    margin-top:8px;
    margin-left:5px;
    float:left;
}
.sec-rt .like li p{
    display:block;
    float:left;
    width:180px;
    height:80px;
    margin-left:10px;
    margin-top:8px;
    text-align: justify;
    color: #666666;
    font-size: 15px;
    line-height:25px;
}
/* 友链 */
 .sec-rt .blogroll{
    width:320px;
    background-color:#fff;
    border-radius:5px;
    padding-bottom: 20px;
 }
 .sec-rt .blogroll h2{
    margin-top: 14px;
    font-size: 18px;
    font-weight: 500;
    color: #606065;
    padding-left: 15px;
    border-bottom: 1px solid #d4d5d6;
    padding-bottom: 10px;
 }
 .sec-rt .blogroll .roll-cont{
     width:320px;
     margin:0 auto;
     margin-top:18px;
     margin-left:16px;
 }
 .sec-rt .blogroll .roll-cont li a{
    color: #757373;
    font-size: 14px;
    float:left;
    margin-right:20px;
    margin-bottom:15px;
 }
 .sec-rt .blogroll .roll-cont li a:hover{
    text-decoration:underline;
 }
 /* 底部 */
 footer{
     margin-top:10px;
     /* background-color: rgba(0, 0, 0, 0.5); */
 }
 footer .foot-cont{
     width:100%;
     margin:0 auto;
     background-color:#fff;
     padding-top:15px;
     margin-top: 30px;
 }
 footer .foot-cont .beian{
    text-align:center;
    margin:0 auto;
    padding-top:5px;
    padding-bottom:5px;
}
footer .foot-cont .beian a{
    /* color:rgb(92, 92, 92); */
    color: #9a9a9a;
    font-size:14px;
    font-weight:normal;
    padding-right:15px;
}
/* 注册 */
.register,.login{
    width:460px;
    position:fixed;
    top:160px;
    left:37%;
    background-color:#fff;
    border-radius:8px;
    display:none;
    z-index:700;
    padding-bottom: 30px;
}
.login{
	padding-bottom: 30px;;
}
.register h2,.login h2{
    margin-top: 20px;
    font-size: 20px;
    font-weight: 500;
    color: #606065;
    padding-left: 40px;
    border-bottom: 1px solid #d4d5d6;
    padding-bottom: 20px;
}
.register h2 span img,.login h2 span img{
    width:25px;
    height:20px;
    float: right;
    margin-right:20px;
    cursor: pointer;
}
.register .reg_name,.login .log_name{
	margin-left:48px;
}
.register p,.login p{
    margin-top:30px;
    margin-bottom:10px;
    margin-left:66px;
    font-size: 17px;
}
.login>p{
	margin-top:40px;
}
.register p input,.login p input{
    width:180px;
    height:30px;
    outline: none;
    padding-left:10px;
    font-size:14px;
}
.register p span img,.login p span img{
    position:relative;
    top:1px;
    width:18px;
    padding-right:3px;
}
.register .reg_name span img,.login .log_name span img{
	top:4px;
	position: relative;
}
.register p:nth-child(3) span img{
    top:2px;
    margin-right:5px;
}
.register p:nth-child(4) span img{
    top:3px;
    margin-right:5px;
}
.register button,.login button{
    background-color: #ff4466;
    border-radius: 3px;
    border:none;
    width:270px;
    height:37px;
    color:#fff;
    cursor: pointer;
    font-size:16px;
    margin-left:10px;
    outline: none;
}
.login button{
	margin-top:5px;
	width:200px;
	margin-left:67px;
	background-color: #22b4f6;
}
.register .ushow{
    margin-left:160px;
    font-size:15px;
    color:#606065;
}
.register p:last-child,.login p:last-child{
	font-size:14px;
	margin-left: 75px;
}
.register .reg_log,.login .log_reg{
	font-size: 15px;
	margin-left:7px;
	color: #22b4f6;
	cursor: pointer;
	font-weight: normal;
}
.register .reg_log:hover{
	text-decoration:underline;
}
/* 阴影 */
.bg_color{
    background-color:rgba(0, 0, 0,0.5);
    width:100%;
    height:100%;
    position: fixed;
    z-index:600;
    top:0;
    display: none;
}
/* 统计 */
#cnzz_stat_icon_1277733946{
	display:none;
}
.content section{
    max-width: 100%;
}